home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1996 June / EnigmA AMIGA RUN 08 (1996)(G.R. Edizioni)(IT)[!][issue 1996-06][EARSAN CD VII].iso / earcd / utmisc1 / alcun101.lha / romdump / README < prev    next >
Text File  |  1995-01-11  |  2KB  |  64 lines

  1. This file is part of ROMDump, a ROM dump utilty for the HP48sx Calculator.
  2. Copyright (C) 1994  Eddie C. Dost  (ecd@dressler.de)
  3.  
  4. This program is free software; you can redistribute it and/or modify
  5. it under the terms of the GNU General Public License as published by
  6. the Free Software Foundation; either version 2 of the License, or
  7. (at your option) any later version.
  8.  
  9. This program is distributed in the hope that it will be useful,
  10. but WITHOUT ANY WARRANTY; without even the implied warranty of
  11. MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  12. GNU General Public License for more details.
  13.  
  14. You should have received a copy of the GNU General Public License
  15. along with this program; if not, write to the Free Software
  16. Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
  17.  
  18.  
  19.  
  20. This is ROMDump, a utility to dump the ROM of ANY HP48
  21. ======================================================
  22.  
  23.  
  24.  
  25. Usage:    (2:hxs, 1:hxs --> ) pop start address from level 2,
  26.                             pop end address from level 1, and dump
  27.                             ROM to the serial at 9600 baud using
  28.                             lines of form "aaaaa:hhhhhhhhhhhhhhhh\n\r"
  29.                             with 16 nibbles ROM data hhhhhhhhhhhhhhhh
  30.                             at address aaaaa.
  31.  
  32.  
  33.  
  34. - Download the file ROMDump to your HP.
  35.  
  36. - To capture a complete ROM, start kermit on your computer,
  37.   set the line so that it fits your HP (use speed == 9600)
  38.   and type 'log session', then 'connect'.
  39.  
  40. - On your HP48 S/SX type '#0h #7FFF0h ROMDump' or on the G/GX
  41.   '#0h #FFFF0h ROMDump'. This will give you a complete ROM dump.
  42.   This will take about 15 minutes on the S/SX, 30 minutes on the G/GX.
  43.  
  44. - When done, type the kermit-Escape (usually CTRL-\) followed
  45.   by 'C' on your Computer. Say 'quit' to the kermit.
  46.  
  47. - Your ROM should now be in the file 'session.log'.
  48.  
  49.  
  50.  
  51. - To dump a certain range of ROM, enter the start-address in hex
  52.   and the end address in hex, and press 'ROMDump'.
  53.  
  54.   (For example: '#7FFF0h #7FFFFh' ROMDump will output 
  55.    "7FFF0:84054383D21467BC\n\r" on a Version A S/SX.)
  56.  
  57.  
  58. I have included the assembler source (class version) for those
  59. interested in fiddling with the hidden ROM...
  60.  
  61.  
  62.  
  63. Eddie C. Dost  (ecd@dressler.de)
  64.